home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00023.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  150 b   |  12 lines

  1. on exitFrame
  2.   if not soundBusy(2) or the mouseDown then
  3.     sound stop 2
  4.     go("LoadUp")
  5.   end if
  6. end
  7.  
  8. on keyDown
  9.   sound stop 2
  10.   go("LoadUp")
  11. end
  12.